#Image to Cubes/nocol.
LMB:Load a PNG-File and transform every Pixel of the PNG into one Cube-Object of the Pixel colour.**_
RMB:Load a PNG-File and transform every Pixel of the PNG into one Cube-Object, no material.
pat=r"[?File?]"
Image_to_Objects(pat,1,1,255,3,1,0)
#END
[OnRightMouseButton!]
pat=r"[?File?]"
Image_to_Objects(pat,0,1,255,3,1,0)
#END



